Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve pgosm_flex meta table #188

Merged
merged 2 commits into from
Oct 26, 2021
Merged

Improve pgosm_flex meta table #188

merged 2 commits into from
Oct 26, 2021

Conversation

rustprooflabs
Copy link
Owner

@rustprooflabs rustprooflabs commented Oct 26, 2021

Closes #183.

…olumns, each import to an existing database will add a row. #183
@rustprooflabs rustprooflabs added the Technical Debt Not broken, not new, but not right either! label Oct 26, 2021
@rustprooflabs rustprooflabs added this to the 0.4.0 milestone Oct 26, 2021
@@ -192,6 +192,9 @@ def set_env_vars(region, subregion, srid, language, pgosm_date, layerset,

os.environ['PGOSM_LAYERSET'] = layerset

os.environ['PGOSM_CONN'] = db.connection_string(db_name='pgosm')
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jacopofar This change introduced another place the external connection string will need to be handled in #186. Though - With this change it might actually reduce how many places need the connection string passed through if we use the environment variable set here.

@rustprooflabs rustprooflabs merged commit da8d839 into dev Oct 26, 2021
@rustprooflabs rustprooflabs deleted the improve-pgosm-meta branch October 26, 2021 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Technical Debt Not broken, not new, but not right either!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant